@font-face {
    font-family: "bootstrap-icons";
    src: url("fonts/bootstrap-icons.woff2") format("woff2"),
        url("fonts/bootstrap-icons.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: "bootstrap-icons";
}


:root {
    /* Primary Colors */
    --color-primary: #632240;
    --color-primary-dark: #6A0031;
    --color-primary-light: #953561;
    --color-secondary: #FF7733;
    --color-secondary-light: #FF894E;

    /* Additional color */
    --color-success: #27AE60;

    /* Text Colors */
    --color-text-dark: #18171D;
    --color-text-medium: #27262B;
    --color-text-light: #52525C;
    --color-text-muted: #71717B;
    --color-text-lighter: #3F3F47;

    /* Background Colors */
    --bg-light-peach: #FFF0E8;
    --bg-light-pink: #FFF5F8;
    --bg-white: #FFFFFF;
    --gradient-start: #fff;
    --gradient-end: #fff0e8;
    --light-orange: #fff0e8;
    --border-color: #d6d3d1;
    --border: #e3e3e3;
    --light-pink: #fbd7e8;
    --bg-puja-benefite: #FFF6F8;

    /* --text-muted: #78716c; */

    /* Gradients */
    --gradient-header: linear-gradient(180deg, #8E355E 0%, #632240 100%);
    --gradient-button: linear-gradient(225deg, #953561 0%, #6A0031 100%);
    --gradient-orange: linear-gradient(180deg, #FF8F57 0%, #F50 100%);
    --gradient-booking: linear-gradient(90deg, #FFF5EF 0%, #FFEFE5 50%, #FFF5EF 100%);

    /* Font Families */
    --font-poppins: 'Poppins', sans-serif;

    /* Spacing */
    --spacing-xs: 0.5rem;
    --spacing-sm: 1rem;
    --spacing-md: 1.5rem;
    --spacing-lg: 2rem;
    --spacing-xl: 3rem;

    /* Border Radius */
    --radius-sm: 0.5rem;
    --radius-md: 0.75rem;
    --radius-lg: 1rem;
    --radius-xl: 1.25rem;

    /* Box Shadow */
    --box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-bottom: 0%;
}

/* ===========================================
   Global Styles
   =========================================== */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: var(--font-poppins);
    color: var(--color-text-dark);
    background-color: var(--bg-white);
    overflow-x: hidden;
    line-height: 1.6;
}

img {
    max-width: 100%;
    height: auto;
}

/* ===========================================
   Top Navigation
   =========================================== */

.yd-nav {
    z-index: 1000;
    /* position: sticky; */
    top: 0;
}

.nav-link-2:hover {
    text-decoration: none;
    /* Ensures no underline on hover */
    color: #632240;
    opacity: 1;
    /* Prevents color change on hover */
}

a:focus,
a:hover {
    color: #632240;
    text-decoration: none;
}

.navbar {
    margin-bottom: 0px;
}

.yd-navbar-brand img {
    max-width: 250px;
}

.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: rgb(255 255 255) !important;
}

.navbar {
    height: 90px;
    border-radius: 0px 0px 16px 16px;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
}

.navbar-expand-lg .navbar-collapse {
    display: flex;
    flex-basis: auto;
    justify-content: flex-end;
}

.navbar-expand-lg .navbar-nav {
    height: fit-content;
    align-items: center;
    gap: 12px;
}

.h-btn {
    color: rgba(99, 34, 64, 0.6);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    position: relative;
    padding: 12px 6px;
    text-decoration: none;
}

.nav-item a:hover {
    color: #632240;
}

.nav-active {
    color: #632240;
}

.nav-active::before {
    color: #632240;
    width: fit-content;
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0px;
    display: block;
    background-color: #F73;
    opacity: 1;
}

.nav-item {
    padding: 0 5px;
    list-style: none;
}

.h-btn::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0px;
    display: block;
    background-color: var(--color-secondary);
    opacity: 1;
}

.btn-center::after {
    transform: scale(0, 1);
    transition: transform 0.3s ease;
}

.btn-center:hover::after {
    transform: scale(1, 1);
}

.login-btn {
    color: var(--color-secondary);
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    display: inline-flex;
    padding: 2px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    border: 2px solid #FF8F57;
    background: #FFF0E8;
    margin: 0px 10px 0px 10px;
}

.login-btn i {
    font-size: 24px;
}

a.dropdown-toggle {
    color: rgba(99, 34, 64, 0.6);
    padding: 12px 6px;
    text-decoration: none;
    line-height: normal;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.25px;
}

.navbar-brand {
    margin-right: auto;
}

/* Dropdowns */
.dropdown-menu {
    width: 320px;
    max-height: 350px;
    overflow-y: auto;
    border-radius: 12px;
    border: 1px solid #f0f0f0;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    padding: 0;
}

.dropdown-menu::-webkit-scrollbar {
    width: 6px;
}

.dropdown-menu::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 8px;
}

.dropdown-header {
    background-color: #f9f6f7;
    color: var(--main-color);
    font-weight: 600;
    padding: 10px 15px;
    font-size: 15px;
    border-bottom: 1px solid #eee;
}

.dropdown-search {
    position: sticky;
    top: 0;
    background: #fff;
    padding: 10px;
    border-bottom: 1px solid #eee;
    z-index: 10;
}

.dropdown-search input {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 14px;
}

.dropdown-item {
    padding: 10px 15px;
    transition: background 0.2s;
}

.dropdown-item.active{
    background-color: #f5ebf0;
    color: var(--main-color);
}
.dropdown-item:hover {
    background-color: #f5ebf0;
    color: var(--main-color);
}

/* ===========================================
   Sub heading section
   =========================================== */

.bg-body-tertiary {
    z-index: 1000;
    position: relative;
}

.sub-headerbox {
    z-index: 999;
    position: relative;
    white-space: nowrap;
    background: linear-gradient(180deg, #8E355E 0%, #632240 100%);
    border-radius: 0px 0px 16px 16px;
}

.Sub-heading {
    display: flex;
    gap: 30px;
    overflow: auto;
    padding: 32px 0px 12px 0px;
    /*margin-top: -20px;*/
    margin: -20px 0 0 0 ;
    justify-content: center;
}

.sub-nav a {
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

.sub-nav img {
    width: 24px;
}

.sub-nav {
    align-items: center;
    display: flex;
    gap: 5px;
}

/*  ===========================================
    Offer Slider
    =========================================== */

.offer-section {
    background: #ff77331c;
    /*padding: 20px 0 12px;*/
    padding: 5px 0 5px;
    overflow: hidden;
    position: relative;
    /*margin-top: -26px;*/
}

.offer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    animation: marquee 20s linear infinite;
    font-size: 18px;
    color: var(--color-secondary);
}

.offer-content:hover {
    animation-play-state: paused;
}

.highlight {
    font-weight: 500;
}

.app-badge {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 119, 51, 0.1);
    padding: 4px 8px;
    border-radius: 4px;
    margin: 0 5px;
}

.promo-code {
    display: inline-flex;
    align-items: center;
    background: rgba(255, 119, 51, 0.1);
    padding: 4px 8px;
    border-radius: 4px;
    margin: 0 5px;
    font-weight: 500;
}

@keyframes marquee {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(-100%);
    }
}

/*  ===========================================
    Hero Slider
    =========================================== */
.hero-slide {
    height: 450px;
    background-size: cover;
    background-position: center;
}

.hero-overlay {
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    display: flex;
    align-items: center;
}

.hero-content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
    color: white;
    padding: 20px;
}

/*  ===========================================
    Search Section
    =========================================== */

.search-section {
    background-color: var(--light-orange);
}

.search-card {
    background: #ffffff;
    border-radius: 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 2rem;
    border: none;
}

.search-label {
    font-weight: 600;
    color: #333;
    font-size: 18px;
    margin-bottom: 8px;
}

.search-input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.search-input {
    background-color: #ffffff;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    padding: 0.75rem 1rem 0.75rem 3rem;
    height: 60px;
    width: 100%;
    font-size: 1rem;
    transition: all 0.3s ease;
    color: #333;
}

.search-input::placeholder {
    color: var(--color-text-muted);
}

.search-input:focus {
    border-color: var(--color-secondary);
    box-shadow: 0 0 0 2px rgba(255, 119, 51, 0.1);
    outline: none;
}

.search-icon {
    position: absolute;
    left: 1rem;
    color: var(--color-text-muted);
    font-size: 1.2rem;
    z-index: 2;
}

.search-btn {
    background: var(--gradient-orange);
    border: none;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    font-size: 18px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    transition: all 0.3s ease;
    width: 100%;
}

.search-btn:hover {
    transform: translateY(-2px);
    color: white;
}

.search-btn:active {
    transform: translateY(0);
}

.suggestions-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid var(--border-color);
    border-radius: 0 0 8px 8px;
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.suggestion-item {
    padding: 0.75rem 1rem;
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s;
}

.suggestion-item:hover {
    background-color: #f8f8f8;
}

.suggestion-item:last-child {
    border-bottom: none;
}

.input-with-suggestions {
    position: relative;
}

/*  ===========================================
    Popular puja Section
    =========================================== */

.popular-puja-section {
    padding: 16px 0;
    background-color: var(--white);
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.heading-box img {
    width: 70px;
}

.heading {
    color: #632240;
    font-weight: 600;
    letter-spacing: -1px;
    padding-left: 30px;
    margin-top: -12px;
}

.nav-buttons {
    display: flex;
    gap: 12px;
}

.nav-btn {
    width: 38px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--white);
    border: 1.3px solid var(--light-pink);
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-btn:hover {
    background-color: var(--light-pink);
}

.nav-btn svg {
    width: 17px;
    height: 12px;
    fill: var(--primary-color);
}

.cities-container {
    position: relative;
    overflow: hidden;
}

.cities-scroll {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    /* Firefox */
}

.cities-scroll::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Edge */
}

.city-card {
    flex: 0 0 auto;
    width: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 16px 0;
}

.city-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 16px;
}

.city-image:hover {
    scale: 0.9;
    border-radius: 50%;
    transition: all 0.3s ease-in;
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
    ;
}

.city-name {
    font-weight: 600;
    color: var(--color-text-dark);
    font-size: 16px;
    text-align: center;
    margin: 0;
}

.search-btn img {
    width: 24px;
}

/*  ===========================================
    filter Pop-Up Section
    =========================================== */

.modal-content {
    border-radius: 16px;
    border: none;
    padding: 24px;
}

.modal-header,
.modal-body {
    padding: 12px 0px;
}

.modal-footer {
    padding: 0px;
}

.filter-tabs {
    border-right: 1px solid #f1e6ea;
    min-width: 140px;
}

.filter-tabs .nav-link {
    color: #632240;
    font-weight: 500;
    border-radius: 8px 0px 0px 8px;
    text-align: left;
    margin-bottom: 6px;
}

.filter-tabs .nav-link.active {
    background-color: #fcebf0;
    color: #632240;
    font-weight: 600;
}

/* --- Card Grid --- */
.filter-icons {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(98px, 1fr));
    gap: 16px;
    padding: 10px;
    height: 350px;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.filter-item {
    position: relative;
    text-align: center;
    width: fit-content;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.3s ease;
    background: #fff;
    border: 1px solid transparent;
}

.filter-item img {
    border-radius: 8px;
    object-fit: cover;
    margin-bottom: 6px;
}

.filter-item:hover {
    border-color: #632240;
    background-color: #fdf4f6;
}

.filter-item span {
    font-size: 14px;
    font-weight: 500;
    color: #632240;
    display: block;
}

/* --- Checkbox Styling --- */
.filter-checkbox {
    /*position: absolute;*/
    position: relative;
    top: 6px;
    right: 6px;
    width: 20px;
    height: 20px;
    accent-color: #632240;
    z-index: 10;
    cursor: pointer;
}

.btn-clear {
    background: #f5e1e8;
    color: #632240;
    font-weight: 500;
    border-radius: 8px;
    padding: 10px 56px;
    border: none;
}

.btn-apply {
    background: var(--gradient-button);
    color: #fff;
    font-weight: 600;
    border-radius: 8px;
    padding: 10px 56px;
    border: none;
}

.location-option {
    position: relative;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid var(--border);
    border-radius: 8px;
    padding: 10px 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 500;
    gap: 12px;
    color: #3d3a35;
}

.list-unstyled {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.location-option input[type="radio"] {
    display: none;
}

.location-option:hover {
    border-color: #E8BACB;
    background-color: #fbf8f3;
}

.location-option input[type="radio"]:checked+.location-label {
    color: var(--color-primary);
    font-weight: 600;
}

.location-option input[type="radio"]:checked~.location-option {
    border-color: #E8BACB;
}

.location-option input[type="radio"]:checked+.location-label::after {
    content: '✓';
    margin-left: 8px;
    color: var(--color-primary);
    font-weight: bold;
}

#location,#pujaType,#pujacitys {
    height: 350px;
    overflow-y: auto;
    scroll-behavior: smooth;
}

.bg-hover{
    background-color: #E8BACB;
    color: #632240;
}
/*  ===========================================
    Explore puja Section
    =========================================== */

.filter-section {
    display: flex;
    gap: 16px;
    margin-bottom: 30px;
    overflow-x: auto;
    white-space: nowrap;
}

.filter-btn {
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid var(--border);
    padding: 10px 20px;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    color: #18171d;
    transition: all 0.3s;
}

.filter-btn:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.puja-card {
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid var(--border);
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    height: 100%;
}

.puja-card:hover {
    transform: translateY(-3px);
    border: 1px solid #632240;
}

.puja-image {
    width: 100%;
    height: 225px;
    object-fit: fill;
}

.puja-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    height: calc(100% - 200px);
}

.puja-title {
    font-weight: 600;
    font-size: 22px;
    color: #18171d;
}

.puja-location {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: #3f3f47;
}

.puja-description {
    padding: 8px 0px;
    border-radius: 5px;
    font-size: 16px;
    background: linear-gradient(225deg, #953561, #6a0031);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    line-height: 1.4;
}

.puja-details {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}

.yajman-count {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    color: #3f3f47;
}

.puja-price {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
}

.puja-price span {
    color: var(--color-text-light);
}

.price-amount {
    font-size: 22px;
    font-weight: 600;
    color: #18171d !important;
}

.yajman-count i {
    font-size: 20px;
}

.book-btn {
    background: var(--gradient-button);
    color: white;
    border: none;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    transition: all 0.3s;
}

.duration-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: white;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 50px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
}

.pagination-container {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.pagination-v3 {
    display: flex;
    align-items: center;
    gap: 10px;
}

.page-item {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.page-item.active {
    background: var(--gradient-button);
    color: white;
}

.page-item:not(.active) {
    background-color: #fff;
    border: 1px solid var(--border);
}

.page-item:not(.active):hover {
    background-color: #f1f1f1;
}

.page-item.control {
    width: 60px;
}

.page-item.control.disabled {
    color: #ccc;
    cursor: not-allowed;
}

/* ===========================================
    Tabs Section
    =========================================== */

.tabs-section {
    background-color: var(--bg-white);
    position: sticky;
    top: 0;
    z-index: 1020;
}

.tabs-wrapper {
    background: var(--gradient-orange);
    border-radius: var(--radius-md);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.nav-item a {
    text-decoration: none;
}

.custom-tabs {
    background: transparent;
    border: none;
    padding: 0 2rem;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE and Edge */
    gap: 12px;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.custom-tabs::-webkit-scrollbar {
    display: none;
}

.custom-tabs .nav-item {
    flex-shrink: 0;
}

.custom-tabs .nav-link {
    background: transparent;
    border: none;
    border-bottom: 4px solid transparent;
    border-radius: 0;
    color: white;
    font-family: var(--font-roboto);
    font-size: 1.125rem;
    padding: 0.625rem 1rem;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.custom-tabs .nav-link:hover {
    border-bottom-color: rgba(255, 255, 255, 0.5);
}

.custom-tabs .nav-link.active {
    background: transparent;
    border-bottom-color: white;
    font-weight: 500;
}


/* ===========================================
    Puja worship section
    =========================================== */

.puja-section,
.faq-container {
    background-color: var(--light-orange);
    padding: 80px 0;
}

.features-container {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

.feature-item {
    flex: 1 1 calc(50% - 24px);
    min-width: 300px;
    display: flex;
    align-items: flex-start;
    padding: 20px;
    border-radius: 12px;
    background: white;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.icon-container {
    width: 75px;
    height: 75px;
    border-radius: var(--radius-md);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 25px;
    border: 1px solid var(--border);
    color: var(--primary-color);
    flex-shrink: 0;
}

.icon-container img {
    width: 50px;
}

.feature-content {
    flex: 1;
}

.feature-title {
    font-weight: 600;
    color: var(--color-text-dark);
    margin-bottom: 2px;
    font-size: 1.25rem;
}

.feature-description {
    color: var(--color-text-light);
    line-height: 1.6;
    margin: 0;
}

.highlight-text {
    color: var(--color-secondary);
    font-weight: 500;
}

/* ===========================================
    Puja Benefite section
    =========================================== */

.benefite-puja-section {
    background: var(--light-orange);
}

.cards-container {
    display: flex;
    gap: 20px;
    overflow-x: auto;
}

.benefit-card {
    background-color: var(--bg-white);
    border-radius: 16px;
    padding: 28px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-width: 280px;
    max-width: calc(25% - 15px);
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    margin-bottom: 8px;
}

.benefit-title {
    color: var(--color-text-dark);
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 8px;
}

.benefit-description {
    color: var(--color-text-light);
    font-size: 16px;
    line-height: 1.4;
    margin: 0px;
}

.timing-card {
    background-color: var(--bg-white);
    border-radius: 16px;
    padding: 22px 22px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    min-width: 180px;
    flex-shrink: 0;
    max-width: calc(16.666% - 17px);
}

.timing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.timing-icon {
    width: 53px;
    height: 53px;
    margin-bottom: 20px;
}

.timing-title {
    color: var(--color-text-dark);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 4px;
}

.timing-subtitle {
    color: var(--color-text-light);
    font-size: 16px;
    margin: 0px;
}

.cards-container h3{
    font-size: 1.25rem;
}

/* ===========================================
    Puja Booking Process section
    =========================================== */

.process-steps {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.process-step {
    background-color: #fff;
    border-radius: 12px;
    padding: 20px;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: transform 0.3s ease;
}

.process-step:hover {
    transform: translateY(-5px);
}

.step-number {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    background: var(--gradient-button);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.step-number-circle {
    width: 50px;
    height: 50px;
    border-radius: 8px;
    background: var(--gradient);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: 600;
    font-size: 28px;
}

.step-content {
    flex: 1;
}

.step-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 4px;
    color: var(--color-text-dark);
}

.step-description {
    font-size: 18px;
    line-height: 140%;
    color: var(--color-text-light);
    margin: 0;
}

/* Carousel Styles */
.carousel-container {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 30px;
}

.carousel-card {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carousel-card img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* Custom Carousel Indicators */
.carousel-indicators {
    margin: 0px 0px 12px 0px;
    justify-content: center;
}

.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #fff;
    border: none;
    margin: 0 6px;
    transition: all 0.3s ease;
}

.carousel-indicators .active {
    background-color: var(--color-secondary);
    transform: scale(1.2);
}

/* Remove carousel controls */
.carousel-control-prev,
.carousel-control-next {
    display: none;
}

/* ===========================================
     Devotees Review section
    =========================================== */

.review-card {
    border-radius: 16px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    padding: 20px;
    gap: 16px;
}

.review-card:hover {
    border: 1px solid #E8BACB;
    transition: all 0.3s ease;
}

.review-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.avatar i {
    font-size: 35px;
}

.reviewer-info {
    flex: 1;
}

.reviewer-name {
    font-size: 18px;
    font-weight: 500;
    color: #27262b;
    margin: 0;
    margin-bottom: 4px;
}

.review-date {
    font-size: 14px;
    color: #52525c;
    margin: 0;
}

.review-text {
    font-size: 16px;
    color: #71717b;
    margin: 0;
}

.stars {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: center;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #632240;
}

/* ===========================================
    FAQ Section start
    =========================================== */

.faq-outer-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.faq-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
}

.faqAccordian {
    background: #fff;
    border-radius: 8px;
    cursor: pointer;
}

.faqQuestion {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faqAccordian.f-active {
    max-height: fit-content;
    background: #FFF5ED;
    transition: all 0.7s cubic-bezier(0.36, 0.01, 1, 0.06);
}

.faqAnswer.f-active {
    max-height: fit-content;
    display: contents;
    transition: all 0.7s cubic-bezier(0.36, 0.01, 1, 0.06);
}

.icon.f-active {
    transform: rotate(180deg);
}

.faqQuestion i {
    font-size: 25px;
    color: #440C06;

}

.faqQuestion h3 {
    color: var(--color-text-dark);
    font-weight: 600;
    width: 100%;
}

.faqAnswer {
    color: var(--color-text-light);
    display: none;
}

.faqAnswer p {
    padding-top: 10px;
    margin: 0px;
}

/* ===========================================
    List of all destinations Section start
    =========================================== */

.destination-outer-container {
    width: 100%;
}

.destination-box {
    height: fit-content;
    border-radius: 10px;
    border: 1.5px solid var(--UI-300, #FFA971);
    background: var(--UI-50, #FFF5ED);
    margin: 0px auto 0px;
}

.destination-box h2 {
    color: var(--Solids-Saffron, #F73);
    text-align: center;
    font-weight: 600;
}

.d-search {
    padding: 14px;
    display: flex;
    align-items: center;
    height: 48px;
    border-radius: 8px;
    background: #FFF;
    margin: auto;
    box-shadow: 0px 0px 3px 0px rgba(47, 22, 4, 0.10);
}

.d-search i {
    font-size: 22px;
    padding-right: 10px;
    color: #78716C;
}

.d-search input::placeholder {
    color: var(--color-text-muted);
}

.d-search input {
    border: none;
    outline: none;
    width: 100%;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: -0.25px;
}

li::marker {
    color: #78716C;
}

.city {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    list-style: disc;
    column-gap: 40px;
    height: 300px;
    overflow-y: auto;
}

.city a {
    color: #78716C;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    /* 150% */
}

.city a:hover {
    color: #440C06;
    transition: all 0.3s cubic-bezier(0.36, 0.01, 1, 0.06);
}

/* ===========================================
    Footer Section start
    =========================================== */

.footer-container {
    height: 615px;
    display: flex;
    background: var(--Solids-Mulberry, #632240);
    margin-top: -260px;
    flex-direction: column;
    justify-content: flex-end;
}

.footer-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer li {
    list-style: none;
}

.footer {
    display: flex;
    gap: 30px;
    padding: 40px 0px 25px 0px;
    margin: 0px;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    cursor: pointer;
    flex-wrap: wrap;
    justify-content: center;
}

.footer a {
    color: #FFF;
}


.social-icon {
    display: flex;
    gap: 16px;
}

.social-m-icon {
    display: flex;
    gap: 10px;
}

.f-h-line {
    width: 40px;
    background-color: #FFF;
    height: 2px;
    margin: 18px 0px;
}

.footer-content p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin: 0%;
    padding-bottom: 16px;
}

.payment-img {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    padding-bottom: 20px;
    justify-content: center;
}

.payment-img img {
    width: 50px;
}

.sub-footer {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    background: var(--gradients-mulberry-gradient, linear-gradient(225deg, #953561 0%, #6A0031 100%));
}

.sub-footer p {
    color: #FFF;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    opacity: 0.8;
    margin: 0px;
}

.footer-text a {
    color: #fff;
}

/* <!-- Footer Section End -->  */

/*  Login pop-up Section  */

.modal-content {
    border-radius: 15px;
    overflow: hidden;
    border: none;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.15);
}

.login-left img {
    border-radius: 12px;
    position: relative;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.login-right {
    background: #fff;
    padding: 0px 25px;
    position: relative;
}
.login-right .h4
{
    font-size: 1.5rem;
}
.close-btn {
    position: absolute;
    top: -15px;
    right: 0px;
    border: none;
    background: transparent;
    font-size: 24px;
    cursor: pointer;
    color: var(--color-text-muted);
}

.ypl-review-tabs {
    background-color: var(--bg-light-peach);
    border-radius: 6px;
    padding: 6px;
    width: fit-content;
}

.ypl-review-tabs button {
    background: none;
    border: none;
    border-radius: 5px;
    padding: 6px 40px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.ypl-review-tabs button.active,
.ypl-review-tabs button:hover {
    background-color: #fff;
    color: var(--color-primary);
    font-weight: 500;
    box-shadow: 0 4px 10px rgba(99, 34, 64, 0.08);
}

.puja-type-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    border: 2px solid #e3cfd8;
    ;
    border-radius: 8px;
    padding: 8px 16px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s ease;
    background-color: #fff;
    color: var(--text-color);
    font-size: 14px;
}

.puja-type-btn.active {
    background-color: var(--bg-light-peach);
    color: var(--color-primary);
    border-color: var(--color-primary);
    font-weight: 500;
}

.puja-type-btn input[type="radio"] {
    accent-color: var(--color-primary);
    width: 16px;
    height: 16px;
    pointer-events: none;
}

.form-control {
    padding: 10px 16px !important;
}

#openRegister,
#openRegister2,
#backLogin1,
#backLogin2 {
    color: var(--color-secondary);
}

.otp-box input {
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 18px;
    margin-right: 5px;
}

.otp-method label {
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s;
    text-align: center;
}

.otp-method label.active {
    border: 2px solid var(--color-primary);
    background-color: #fef6ff;
}

.countdown {
    color: var(--color-primary);
    font-weight: 600;
    font-size: 14px;
}

.success-popup {
    text-align: center;
    padding: 30px;
}

.success-popup i {
    font-size: 50px;
    color: var(--color-success);
    margin-bottom: 15px;
}


/* ===== Overlay ===== */
.global-loader-overlay {
    position: fixed;
    inset: 0;
    background: rgba(255, 255, 255, 0.9);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 999999;
}

/* ===== Card ===== */
.global-loader-card {
    background: #fff;
    padding: 30px 40px;
    border-radius: 16px;
    text-align: center;
    width: 280px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

/* ===== Loader Text ===== */
.loader-text p {
    margin: 0;
}

.text-muted {
    font-size: 13px;
    color: #6b7280;
}
.bar-loader {
    display: flex;
    gap: 6px;
    height: 30px;
    align-items: flex-end;
    margin-bottom: 16px;
    justify-content: center;
}
.bar-loader span {
    width: 6px;
    background: #6366f1;
    animation: pulse 1s infinite ease-in-out;
}
.bar-loader span:nth-child(1) { height: 30%; }
.bar-loader span:nth-child(2) { height: 50%; animation-delay: .1s; }
.bar-loader span:nth-child(3) { height: 70%; animation-delay: .2s; }
.bar-loader span:nth-child(4) { height: 90%; animation-delay: .3s; }

@keyframes pulse {
    0%, 100% { height: 30%; }
    50% { height: 100%; }
}
/*city Heading*/
.city-heading {
    color: #632240;
    font-weight: 600;
    letter-spacing: -1px;
}
/*Read More Section*/
.read-more {
    background-color: var(--light-orange);
}
.readmore-btn {
    float: right;
    border: none;
    padding: 0px;
    background: #fff0e8;
    width: fit-content;
    font-weight: 600;
    color: var(--color-secondary);
}

.inner-wrapper 
{
    /*box-shadow: 0px 0px 9px #00000070;*/
    padding: 10px;
    /*border-radius: 8px;*/
    /*border: 1px solid #000;*/
    overflow-x: auto;  
}

.over_flow
{
        overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}

.full-content p, .descWrapper p {
    padding: 5px 0;
}
.full-content p+p,.descWrapper p+p{
    padding: 5px 0;
}

/* Responsive Adjustments */

/* For very small screens */
@media (max-width: 1200px) {
    .yd-navbar-brand img {
        max-width: 216px;
    }
    .navbar-expand-lg .navbar-nav
    {
        gap:0px;
    }
}

@media (max-width: 992px) {

    a.dropdown-toggle,
    .h-btn {
        padding: 0px 2px 0px 0px;
    }

    .search-card {
        padding: 1.5rem;
    }

    .search-btn {
        width: 100%;
    }

    .city a {
        font-size: 14px;
    }

    .section-title {
        font-size: 28px;
        padding-left: 60px;
    }

    .section-title::before {
        width: 50px;
        height: 35px;
        background-size: contain;
    }

    .benefit-card {
        min-width: 300px;
        flex: 1;
        max-width: calc(25% - 15px);
    }

    .yd-section-title {
        font-size: 2rem;
    }

    .main-image {
        height: 350px;
        margin-bottom: 1rem;
    }

    .navbar-expand-lg .navbar-nav {
        align-items: flex-start;
        gap: 20px;
    }

    .video-title {
        font-size: 1.1rem;
    }

    .navbar-toggler {
        border: 0px !important;
        padding: 8px !important;
        font-size: medium !important;
        box-shadow: 0px 0px 4px 0px #cecece !important;
        border-radius: 50% !important;
    }

    .carousel-control-prev {
        left: -15px;
    }

    .carousel-control-next {
        right: -15px;
    }

    .process-steps-container {
        margin-bottom: 40px;
    }

    .process-steps {
        gap: 0px;
    }

    .modal-body {
        flex-direction: column;
    }

    .modal-header {
        padding: 0px 0px 8px 0px;
    }

    .filter-tabs {
        flex-direction: row !important;
        min-width: 0px;
        border-right: none;
        gap: 12px;
    }

    .filter-tabs .nav-link {
        border-radius: 8px;
        border: 1px solid #ececec;
    }

    .filter-icons {
        grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
        height: 300px;
    }

    .location-option {
        padding: 8px 12px;
    }

    .custom-tabs .nav-link {
        padding: 10px;
        font-size: 16px;
    }

    .custom-tabs {
        gap: 0px;
        padding: 0 1rem;
    }

    #location,
    #pujaType {
        height: 300px;
    }

    .puja-title,
    .price-amount {
        font-size: 18px;
    }

    .puja-location,
    .puja-description,
    .yajman-count,
    .duration-badge {
        font-size: 14px;
    }

    .puja-description {
        padding: 4px 0px;
    }

    .icon-container {
        margin-right: 16px;
    }

    .city {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {

    .search-card {
        padding: 1.25rem;
    }

    .search-field {
        height: 55px;
    }

    .offer-content {
        font-size: 16px;
        animation-duration: 15s;
    }

    .yd-section-title {
        font-size: 1.8rem;
    }

    .timings-section {
        padding: 1.5rem;
    }

    .timing-category {
        font-size: 1.2rem;
    }

    .timing-detail {
        font-size: 1rem;
    }

    .nav-link.active::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .video-thumbnail {
        height: 180px;
    }

    .control-btn {
        width: 45px;
        height: 45px;
        font-size: 1.1rem;
    }

    .Sub-heading {
        justify-content: flex-start;
    }

    .city {
        overflow: auto;
        margin: 15px;
    }

    h2 {
        font-size: 24px;
    }
    h3 {
     font-size: 22px;   
    }
    .cards-container h3{
        font-size: 22px;
    }
    .footer {
        gap: 12px;
        padding: 20px 0px 15px 0px;
    }

    .d-search {
        width: 90%;
        height: 42px;
    }

    .f-h-line {
        margin: 15px 0px;
    }

    .payment-img {
        padding-bottom: 20px;
    }

    .d-search i {
        font-size: 18px;
    }

    .sub-footer p {
        font-size: 12px;
    }

    .destination-outer-container {
        width: 90%;
        margin: auto;
    }

    .footer {
        font-size: 14px;
    }

    .section-title {
        font-size: 28px;
    }

    .process-step {
        padding: 15px;
        gap: 15px;
    }

    .step-number {
        width: 60px;
        height: 60px;
    }

    .step-number-circle {
        width: 45px;
        height: 45px;
        font-size: 18px;
    }

    .step-title {
        font-size: 18px;
    }

    .step-description {
        font-size: 14px;
    }

    .puja-section {
        padding: 50px 0;
    }

    .section-title {
        font-size: 1.75rem;
    }

    .features-container {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        padding-bottom: 20px;
        scrollbar-width: thin;
        scrollbar-color: var(--primary-color) var(--secondary-color);
        justify-content: flex-start;
    }

    .features-container::-webkit-scrollbar {
        height: 8px;
    }

    .features-container::-webkit-scrollbar-track {
        background: var(--secondary-color);
        border-radius: 10px;
    }

    .features-container::-webkit-scrollbar-thumb {
        background-color: var(--primary-color);
        border-radius: 10px;
    }

    .feature-item {
        flex: 0 0 280px;
        flex-direction: column;
        text-align: center;
        padding: 25px;
    }

    .icon-container {
        margin: 0px auto 12px;
    }

    .custom-tabs {
        padding: 0 1rem;
    }

    .custom-tabs .nav-link {
        font-size: 1rem;
        padding: 0.5rem 0.75rem;
    }

    .section-title {
        font-size: 28px;
        text-align: center;
        padding-left: 0;
    }

    .section-title::before {
        display: none;
    }

    .sub-nav a {
        font-size: 16px;
    }

    .Sub-heading {
        gap: 40px;
    }

    .heading {
        padding-left: 20px;
    }

    .heading-box img {
        width: 46px;
    }

    .feature-title {
        margin-bottom: 8px;
        font-size: 18px;
    }

    .footer-container {
        height: 600px;
    }

    .city {
        height: 250px;
    }

    .login-left {
        display: none;
    }

    .login-right {
        padding: 0px;
    }

    .payment-img img{
        width:45px;
    }
}

@media (max-width: 576px) {

    .search-label {
        font-size: 1rem;
    }

    .search-placeholder {
        font-size: 0.9rem;
    }

    .offer-content {
        font-size: 14px;
        animation-duration: 12s;
    }

    .offer-section {
        padding: 10px 0;
    }

    .yd-section-title {
        font-size: 22px;
    }

    .product-title {
        font-size: 1.3rem;
    }

    .card-title {
        font-size: 1.3rem;
    }

    .yd-temple-content h5 {
        color: #F73;
        font-size: 16px;
    }

    .upi-img img {
        width: 16%;
    }

    .section-subtitle {
        font-size: 1rem;
    }

    .form-label {
        font-size: 0.95rem;
    }

    .testimonial-text {
        font-size: 0.95rem;
    }

    .client-avatar {
        width: 50px;
        height: 50px;
        font-size: 1.2rem;
    }

    .carousel-control-prev {
        left: -10px;
    }

    .carousel-control-next {
        right: -10px;
    }

    .Sub-heading {
        justify-content: flex-start;
    }

    .section-title {
        font-size: 24px;
    }

    .process-step {
        flex-direction: row;
        text-align: left;
        gap: 15px;
    }

    .step-number {
        align-self: flex-start;
    }

    .section-title {
        font-size: 24px;
        padding-left: 50px;
    }

    .section-title::before {
        width: 40px;
        height: 28px;
    }

    .benefit-card,
    .timing-card {
        padding: 20px 15px;
    }

    .custom-tabs {
        padding: 0 0.5rem;
    }

    .custom-tabs .nav-link {
        font-size: 0.9rem;
        padding: 0.5rem;
    }

    .tabs-wrapper {
        border-radius: var(--radius-sm);
    }

    .faqQuestion h3 {
        font-size: 16px;
    }

    .faqAnswer p {
        font-size: 14px;
    }

    .faqQuestion i {
        font-size: 18px;
        color: #440C06;
    }

    .city {
        column-gap: 0px;
    }

    .filter-icons {
        grid-template-columns: repeat(2, 1fr);
    }

    .city-card {
        width: 80px;
    }

    .city-image {
        margin-bottom: 12px;
        width: 60px;
        height: 60px;
    }

    .city-name {
        font-size: 14px;
    }

    .filter-btn {
        font-size: 14px;
        padding: 8px 12px;
        gap: 8px;
    }

    .filter-section {
        gap: 12px;
        margin-bottom: 18px;
    }

    .nav-btn svg {
        width: 14px;
    }

    .nav-btn {
        width: 36px;
        height: 32px;
    }

    .puja-content {
        padding: 12px;
    }

    .search-input {
        height: 50px;
    }

    .search-btn {
        height: 50px;
        font-size: 1rem;
    }

    .puja-image {
        height: 190px;
    }

    .modal-dialog {
        margin: 12px !important;
    }
    .payment-img img {
        width: 40px;
    }
}

@media (max-width: 426px) {
    .offer-content {
        font-size: 13px;
        animation-duration: 10s;
    }

    .faqQuestion h3 {
        font-size: 14px;
    }

    h2 {
        font-size: 18px;
    }

    h3 {
        font-size: 16px;
    }
    .cards-container h3{
        font-size: 16px;
    }
    .step-number {
        width: 50px;
        height: 50px;
    }

    .city {
        grid-template-columns: 1fr;
    }

    .login-btn span {
        display: none;
    }
}

@media (max-width: 376px) {

    .yd-navbar-brand img {
        max-width: 175px;
    }

    .login-btn {
        font-size: 16px;
        padding: 0px 8px;
        margin: 0%;
        gap: 0px;
    }

    .page-item {
        width: 35px;
        height: 35px;
        font-size: 14px;
    }

    .pagination-v3 {
        gap: 8px;
    }

    .footer-container {
        height: 665px;
    }

    .ypl-review-tabs button {
        padding: 6px 28px
    }
    .dropdown-menu{
        width: 300px;
    }
}